home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
mac
/
allfiles
/
Centri
/
Centri.dir
/
00143_Script_CursorChange-Finger
< prev
next >
Wrap
Text File
|
1999-02-25
|
171b
|
11 lines
on mouseWithin me
set the cursor of sprite the spriteNum of me to [120,121]
end
on mouseLeave me
set the cursor of sprite the spriteNum of me to -1
end